projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ace3e
)
add link to server if TOS needs to be signed
author
Jyrki Gadinger
<nilsding@nilsding.org>
Tue, 18 Feb 2025 10:53:13 +0000
(11:53 +0100)
committer
Matthieu Gallien
<matthieu.gallien@nextcloud.com>
Thu, 20 Feb 2025 11:00:54 +0000
(12:00 +0100)
Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
src/gui/accountsettings.cpp
patch
|
blob
|
history
diff --git
a/src/gui/accountsettings.cpp
b/src/gui/accountsettings.cpp
index 579b053a0dcaa5ab3d87aee353dab126cdcf550d..0a5a9f52765e59b27d6cd891fde6b02dcc815181 100644
(file)
--- a/
src/gui/accountsettings.cpp
+++ b/
src/gui/accountsettings.cpp
@@
-1346,7
+1346,7
@@
void AccountSettings::slotAccountStateChanged()
Q_UNREACHABLE();
break;
case AccountState::NeedToSignTermsOfService:
- showConnectionLabel(tr("You need to accept the terms of service
"
));
+ showConnectionLabel(tr("You need to accept the terms of service
at %1.").arg(server
));
break;
}
} else {